From 244257e73aa22c052cbe8a4960d688196a472b16 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 15 Jan 2003 16:08:01 +0000 Subject: [PATCH] Don't use -u in diff. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@231 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/testo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/testo b/gpsbabel/testo index e69225757..1955661be 100755 --- a/gpsbabel/testo +++ b/gpsbabel/testo @@ -181,7 +181,7 @@ echo "IFIELD LON_DECIMALDIR,,%lf%c" >> ${TMPDIR}/testo.style rm -f ${TMPDIR}/xcsv.geo ${TMPDIR}/xcsv.xcsv ${PNAME} -i geo -f geocaching.loc -o xcsv,style=${TMPDIR}/testo.style -F ${TMPDIR}/xcsv.geo ${PNAME} -i xcsv,style=${TMPDIR}/testo.style -f ${TMPDIR}/xcsv.geo -o xcsv,style=${TMPDIR}/testo.style -F ${TMPDIR}/xcsv.xcsv -diff -u ${TMPDIR}/xcsv.geo ${TMPDIR}/xcsv.xcsv +diff ${TMPDIR}/xcsv.geo ${TMPDIR}/xcsv.xcsv # Garmin Mapsource This is a binary format with some undocumented # fields. This test is therefore intentionally vague. We read a file, -- 2.30.2